PowerTools SPREAD for Windows Forms 8.0J
GetDependents(Dictionary<String,FormulaDependentInfos>,String,Int32,Int32,Boolean,Boolean,Boolean,Boolean) メソッド


すべての依存数式コンテナーのすべての情報を含むFormulaDependentInfosオブジェクトのディクショナリー。このディクショナリーを使用する際のキーは、依存数式コンテナーを持つデータモデルの名前です。
指定したテーブルの名前。
テーブル列の開始インデックス。
テーブル列の終了インデックス。
すべての依存セルを取得するかどうかを示します。
すべての依存行を取得するかどうかを示します。
すべての依存列を取得するかどうかを示します。
すべての依存式コンシューマオブジェクトを取得するかどうかを示します。
tableColumnStartIndexパラメーターとtableColumnEndIndexパラメーターがどちらも-1の場合は、指定したテーブルを参照している数式を含むすべての数式コンテナーを取得します。または、tableColumnStartIndexパラメーターとtableColumnEndIndexパラメーターによって指定された範囲内のテーブル列を明示的に参照している数式を含むすべての数式コンテナーを取得します。
構文
'Declaration
 
Overloads Sub GetDependents( _
   ByVal infoDict As Dictionary(Of String,FormulaDependentInfos), _
   ByVal tableName As String, _
   ByVal tableColumnStartIndex As Integer, _
   ByVal tableColumnEndIndex As Integer, _
   ByVal getCells As Boolean, _
   ByVal getRows As Boolean, _
   ByVal getColumns As Boolean, _
   ByVal getObjects As Boolean _
) 
'使用法
 
Dim instance As ISupportFindFormulaDependent
Dim infoDict As Dictionary(Of String,FormulaDependentInfos)
Dim tableName As String
Dim tableColumnStartIndex As Integer
Dim tableColumnEndIndex As Integer
Dim getCells As Boolean
Dim getRows As Boolean
Dim getColumns As Boolean
Dim getObjects As Boolean
 
instance.GetDependents(infoDict, tableName, tableColumnStartIndex, tableColumnEndIndex, getCells, getRows, getColumns, getObjects)

パラメータ

infoDict
すべての依存数式コンテナーのすべての情報を含むFormulaDependentInfosオブジェクトのディクショナリー。このディクショナリーを使用する際のキーは、依存数式コンテナーを持つデータモデルの名前です。
tableName
指定したテーブルの名前。
tableColumnStartIndex
テーブル列の開始インデックス。
tableColumnEndIndex
テーブル列の終了インデックス。
getCells
すべての依存セルを取得するかどうかを示します。
getRows
すべての依存行を取得するかどうかを示します。
getColumns
すべての依存列を取得するかどうかを示します。
getObjects
すべての依存式コンシューマオブジェクトを取得するかどうかを示します。
参照

ISupportFindFormulaDependent インタフェース
ISupportFindFormulaDependent メンバ
オーバーロード一覧

 

 


© 2004-2015, GrapeCity inc. All rights reserved.